Int64MINumericInt64MBitwiseComplement Method
Produces a bitwise complement of the current value by reversing each bit.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int64M INumeric<Int64M>.BitwiseComplement()
Private Function BitwiseComplement As Int64M
Implements INumeric(Of Int64M).BitwiseComplement
private:
virtual Int64M BitwiseComplement() sealed = INumeric<Int64M>::BitwiseComplement
private abstract BitwiseComplement : unit -> Int64M
private override BitwiseComplement : unit -> Int64M
Int64MA bitwise complement of the current value.
INumericTSelfBitwiseComplement